home *** CD-ROM | disk | FTP | other *** search
- on mouseWithin
- cursor(280)
- member("TitleSoftware").foreColor = 70
- end
-
- on mouseLeave
- cursor(0)
- member("TitleSoftware").foreColor = 255
- end
-
- on mouseUp
- member("TitleSoftware").foreColor = 255
- go(1, "Software")
- end
-